'Declaration
Public Function BindModelAsync( _ ByVal bindingContext As ModelBindingContext _ ) As Task
public Task BindModelAsync( ModelBindingContext bindingContext )
Parameters
- bindingContext
- The binding context which has the object to be bound.
Return Value
A Task which on completion returns a Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingResult which represents the result of the model binding process.